home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $PROJECT: MultiPrint - print datatype objects
- **
- ** $VER: system.h 39.0 (07.08.95)
- **
- ** by
- **
- ** Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
- **
- ** (C) Copyright 1995
- ** All Rights Reserved !
- **
- ** $HISTORY:
- **
- ** 07.08.95 : 039.000 : initial
- */
-
- #include <stdarg.h>
-
- #include <exec/types.h>
- #include <exec/memory.h>
-
- #include <utility/tagitem.h>
-
- #include <datatypes/datatypes.h>
- #include <datatypes/datatypesclass.h>
-
- #include <intuition/cghooks.h>
-
- #include <clib/exec_protos.h>
- #include <clib/dos_protos.h>
- #include <clib/utility_protos.h>
- #include <clib/intuition_protos.h>
- #include <clib/datatypes_protos.h>
- #include <clib/locale_protos.h>
- #include <clib/alib_protos.h>
- #include <clib/alib_stdio_protos.h>
-
- #include <pragmas/exec_sysbase_pragmas.h>
- #include <pragmas/dos_pragmas.h>
- #include <pragmas/utility_pragmas.h>
- #include <pragmas/intuition_pragmas.h>
- #include <pragmas/datatypes_pragmas.h>
- #include <pragmas/locale_pragmas.h>
-
-